Avoid an out-of-bounds access
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 20:50:31 +0000 (15:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Feb 2016 20:52:19 +0000 (15:52 -0500)
commitca3d87ce70e1a9c00a37d40eb0d8039d92368a1d
tree688b636c9ecbe5abdede5fbc3b8c53e126335fdb
parent8ff40b5d149b041aae324e8cc4dff64a26bd09eb
Avoid an out-of-bounds access

When the offset gets smaller than min_offset, we can't
access the array at that position.
gtk/gtktextiter.c